Conversation
a78b4fd to
763277f
Compare
|
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
|
Array API standard conformance tests for dpctl=0.20.0dev0=py310h93fe807_147 ran successfully. |
1 similar comment
|
Array API standard conformance tests for dpctl=0.20.0dev0=py310h93fe807_147 ran successfully. |
bfd9dd0 to
93d288c
Compare
|
Array API standard conformance tests for dpctl=0.20.0dev0=py310h93fe807_153 ran successfully. |
antonwolfy
left a comment
There was a problem hiding this comment.
In overall, I can confirm that the original issue is gone and all dpnp tests passed with that change.
Thank you @ndgrigorian for resolving this.
adds _from_numpy_empty_like_orderK utility function
…ternal functions
more consistent with style
93d288c to
152a3ed
Compare
|
Array API standard conformance tests for dpctl=0.20.0dev0=py310h93fe807_158 ran successfully. |
[dpctl-2055](IntelPython/dpctl#2055) has been resolved by [dpctl-2058](IntelPython/dpctl#2058). This PR enables previously muted tests for `dpnp.einsum` failing due to dpctl issue.
[dpctl-2055](IntelPython/dpctl#2055) has been resolved by [dpctl-2058](IntelPython/dpctl#2058). This PR enables previously muted tests for `dpnp.einsum` failing due to dpctl issue. d65ad95
This PR fixes a bug in
asarraywhereorder="K"keyword could fail to produce an appropriate array in some edge cases, such as the permutation of a contiguous array.asarray(x)for some NumPy arrayxnow uses a consistent implementation fororder="K"as other functions supportingorderCloses #2055